Gets a value that indicates whether the iterator refers to a current item or is at the end of the collection.
public:
property bool HasCurrent {
bool get ();
}
Type: bool
True if the iterator refers to a valid item in the collection; otherwise, false.
Namespace: Windows.Foundation.Collections
Metadata: windows.winmd